home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 21 / CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso / CUCD / Programming / AsyncIO / include / proto / asyncio.h
C/C++ Source or Header  |  1996-01-05  |  209b  |  9 lines

  1. #ifndef PROTO_ASYNCIO_H
  2. #define PROTO_ASYNCIO_H
  3. #include <exec/types.h>
  4. #define ASIO_SHARED_LIB
  5. extern struct Library *AsyncIOBase;
  6. #include <clib/asyncio_protos.h>
  7. #include <pragmas/asyncio_pragmas.h>
  8. #endif
  9.